github.com/refraction-networking/utls.clientHandshakeStateTLS13.masterSecret (field)
8 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L42: masterSecret *tls13.MasterSecret
handshake_client_tls13.go#L680: hs.masterSecret = handshakeSecret.MasterSecret()
handshake_client_tls13.go#L908: hs.trafficSecret = hs.masterSecret.ClientApplicationTrafficSecret(hs.transcript)
handshake_client_tls13.go#L909: serverSecret := hs.masterSecret.ServerApplicationTrafficSecret(hs.transcript)
handshake_client_tls13.go#L923: c.ekm = hs.suite.exportKeyingMaterial(hs.masterSecret, hs.transcript)
handshake_client_tls13.go#L1016: c.resumptionSecret = hs.masterSecret.ResumptionMasterSecret(hs.transcript)
u_handshake_client.go#L546: hs13.masterSecret = tls13.NewMasterSecretFromSecret(cipherSuiteTLS13ByID(session.cipherSuite).hash.New, c.HandshakeState.MasterSecret)
u_public.go#L132: MasterSecret: chs13.masterSecret.Secret(),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |